Carbon


SleepQProcPtr

Header: Power.h Carbon status: Supported

typedef SInt32(* SleepQProcPtr) (
    SInt32 message, 
     qRecPtr
);

You would declare your function like this if you were to name it MySleepQCallback:

SInt32 MySleepQCallback (
    SInt32 message, 
     qRecPtr
);
message
qRecPtr

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)